           
/*div {
	height: 400px;
	width: 800px;
	border: 5px solid #DD0;
	margin: 20px;
	padding: 20px;
	background: url(images/fondo.jpg) left top no-repeat;
	background-color: #a4d3ff;
	border-radius: 24px;
	box-shadow:10px 10px 5px #cccccc;
	box-shadow:inset -5px -5px 5px #888;
} */
/*
div {
height: 300px;
width: 400px;
border: 5px solid #C00;
margin: 20px;
padding: 20px;
background: url(images/30.jpg) left bottom no-repeat, url(images/31.jpg) left top no-repeat, url(images/32.jpg) right top no-repeat;
background-color: #a4d3ff;
border-radius: 24px;
box-shadow:10px 10px 5px #cccccc;
box-shadow:inset -5px -5px 5px #888;
}*/
body{
	background:url(images/body.png);
}

#caja{
	width:600px;
	height:600px;
	margin:0 auto;
	background:url(images/hada3.jpg) left top no-repeat, url(images/hada2.jpg)right top no-repeat, url(images/unicornio.jpg) left bottom no-repeat, url(images/hada1.jpg) right bottom no-repeat;
	border-style:ridge;
	border-width:10px;
	border-color:#FF6;
	border-radius:50%;
	box-shadow: 0 0 20px 20px #FFF;
	
}
